From 8d888203f0c4bdf03db0a0d1a6295908975e53ee Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 22:35:18 -0500 Subject: [PATCH] actionobserver: Drop SECTION This is private. --- gtk/gtkactionobserver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gtk/gtkactionobserver.c b/gtk/gtkactionobserver.c index ea3d2eb98e..0cefb9ab9a 100644 --- a/gtk/gtkactionobserver.c +++ b/gtk/gtkactionobserver.c @@ -24,9 +24,7 @@ G_DEFINE_INTERFACE (GtkActionObserver, gtk_action_observer, G_TYPE_OBJECT) /*< private > - * SECTION:gtkactionobserver - * @short_description: an interface implemented by objects that are - * interested in monitoring actions for changes + * GtkActionObserver: * * GtkActionObserver is a simple interface allowing objects that wish to * be notified of changes to actions to be notified of those changes. -- 2.30.2